Resolve invalid use of a regexp in regexp-opt.
authorAlan Mackenzie <acm@muc.de>
Sat, 20 Aug 2011 22:04:33 +0000 (22:04 +0000)
committerAlan Mackenzie <acm@muc.de>
Sat, 20 Aug 2011 22:04:33 +0000 (22:04 +0000)
cc-fonts.el (c-complex-decl-matchers): Add in special detection for a
java annotation.

cc-engine.el (c-forward-decl-or-cast-1): Add in special detection for a
java annotation.

cc-langs.el (c-prefix-spec-kwds-re): Remove the special handling for
java.
(c-modifier-kwds): Remove the regexp "@[A-za-z0-9]+".


Trivial merge